/*UI*/
/*按钮*/
.btn {
  display: inline-block;
  background-color: #f3f3f3;
  padding: 6px 13px;
  color: #333;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #d4d4d4;
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-radius: 3px;
  text-align: center;
  line-height: 1.42857143;
}
a.btn:hover {
  text-decoration: none;
}

.btn-lg {
  padding: 10px 15px;
  font-size: 16px;
}
.btn-xlg {
  padding: 20px 35px;
  font-size: 16px;
}
.btn-sm {
  padding: 4px 9px;
  font-size: 12px;
}
.btn-xs {
  padding: 0 10px;
  font-size: 11px;
}
.btn-line {
  border: 1px solid #b3b3b3;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-primary {
  background-color: #ff5862;
  color: #fff;
}
.btn-info {
  background-color: #ffb99a;
  color: #fff;
}
.btn-success {
  background-color: #c2c9ac;
  color: #fff;
}
.btn-done {
  background-color: #949494;
  color: #fff;
}
.btn-invalid {
  background-color: #c9c9c9;
  color: #fff;
}

/*进度条*/
.progress {
  background-color: rgba(210, 210, 210, 0.55);
  border-radius: 5px;
  overflow: hidden;
}
.progress .progress-bar {
  height: 10px;
  border-radius: 5px;
  transition: 1s ease;
}

/*icon*/
.icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center center;
  vertical-align: middle;
}
.icon-sm {
  width: 15px;
  height: 15px;
}
.icon-lg {
  width: 40px;
  height: 40px;
}

.icon-cricle {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #8596a8;
  color: #8596a8;
  border-radius: 50%;
  margin: 0 5px 2px;
}

.icon-tab1 {
  background-image: url("../../images/tab/tab1.png");
  background-repeat: no-repeat;
  background-image: -webkit-image-set(
    url("../../images/tab/tab1.png") 1x,
    url("../../images/tab/tab1@2x.png") 2x
  );
}
.icon-tab2 {
  background-image: url("../../images/tab/tab2.png");
  background-repeat: no-repeat;
  background-image: -webkit-image-set(
    url("../../images/tab/tab2.png") 1x,
    url("../../images/tab/tab2@2x.png") 2x
  );
}
.icon-tab3 {
  background-image: url("../../images/tab/tab3.png");
  background-repeat: no-repeat;
  background-image: -webkit-image-set(
    url("../../images/tab/tab3.png") 1x,
    url("../../images/tab/tab3@2x.png") 2x
  );
}
.icon-tab4 {
  background-image: url("../../images/tab/tab4.png");
  background-repeat: no-repeat;
  background-image: -webkit-image-set(
    url("../../images/tab/tab4.png") 1x,
    url("../../images/tab/tab4@2x.png") 2x
  );
}

.nav-controller.active .icon-tab1 {
  background-image: url("../../images/tab/tab1-active.png");
  background-repeat: no-repeat;
  background-image: -webkit-image-set(
    url("../../images/tab/tab1-active.png") 1x,
    url("../../images/tab/tab1-active@2x.png") 2x
  );
}
.nav-controller.active .icon-tab2 {
  background-image: url("../../images/tab/tab2-active.png");
  background-repeat: no-repeat;
  background-image: -webkit-image-set(
    url("../../images/tab/tab2-active.png") 1x,
    url("../../images/tab/tab2-active@2x.png") 2x
  );
}
.nav-controller.active .icon-tab3 {
  background-image: url("../../images/tab/tab3-active.png");
  background-repeat: no-repeat;
  background-image: -webkit-image-set(
    url("../../images/tab/tab3-active.png") 1x,
    url("../../images/tab/tab3-active@2x.png") 2x
  );
}
.nav-controller.active .icon-tab4 {
  background-image: url("../../images/tab/tab4-active.png");
  background-repeat: no-repeat;
  background-image: -webkit-image-set(
    url("../../images/tab/tab4-active.png") 1x,
    url("../../images/tab/tab4-active@2x.png") 2x
  );
}

.icon-coin {
  background-image: url("../../images/coin.png");
  background-repeat: no-repeat;
  background-image: -webkit-image-set(
    url("../../images/coin.png") 1x,
    url("../../images/coin@2x.png") 2x
  );
}

.icon-star {
  background-image: url("../../images/ui/star.png");
  background-repeat: no-repeat;
  background-image: -webkit-image-set(
    url("../../images/ui/star.png") 1x,
    url("../../images/ui/star@2x.png") 2x
  );
}
.icon-star-half {
  background-image: url("../../images/ui/star-half.png");
  background-repeat: no-repeat;
  background-image: -webkit-image-set(
    url("../../images/ui/star-half.png") 1x,
    url("../../images/ui/star-half@2x.png") 2x
  );
}
.icon-star-white {
  background-image: url("../../images/ui/star-white.png");
  background-repeat: no-repeat;
  background-image: -webkit-image-set(
    url("../../images/ui/star-white.png") 1x,
    url("../../images/ui/star-white@2x.png") 2x
  );
}

.icon-sub,
.icon-plus {
  width: 18px;
  height: 18px;
  background-size: 18px;
}
.icon-sub {
  background-image: url("../../images/ui/sub.png");
  background-repeat: no-repeat;
  background-image: -webkit-image-set(
    url("../../images/ui/sub.png") 1x,
    url("../../images/ui/sub@2x.png") 2x
  );
}
.icon-plus {
  background-image: url("../../images/ui/plus.png");
  background-repeat: no-repeat;
  background-image: -webkit-image-set(
    url("../../images/ui/plus.png") 1x,
    url("../../images/ui/plus@2x.png") 2x
  );
}
.icon-x {
  background-image: url(../../images/ui/x.png);
  background-image: -webkit-image-set(
    url("../../images/ui/x.png") 1x,
    url("../../images/ui/x@2x.png") 2x
  );
}
.icon-arrow-right {
  background-image: url("../../images/ui/arrow-right.png");
  background-repeat: no-repeat;
  background-image: -webkit-image-set(
    url("../../images/ui/arrow-right.png") 1x,
    url("../../images/ui/arrow-right@2x.png") 2x
  );
}
.icon-arrow-left {
  background-image: url("../../images/ui/arrow-left.png");
  background-repeat: no-repeat;
  background-image: -webkit-image-set(
    url("../../images/ui/arrow-left.png") 1x,
    url("../../images/ui/arrow-left@2x.png") 2x
  );
}
.icon-address {
  background-image: url("../../images/ui/address.png");
  background-repeat: no-repeat;
  background-image: -webkit-image-set(
    url("../../images/ui/address.png") 1x,
    url("../../images/ui/address@2x.png") 2x
  );
}
.icon-add {
  background-image: url("../../images/ui/add-red.png");
  background-repeat: no-repeat;
  background-image: -webkit-image-set(
    url("../../images/ui/add-red.png") 1x,
    url("../../images/ui/add-red@2x.png") 2x
  );
}
.icon-unreceived {
  background-image: url("../../images/ui/unreceived.png");
  background-repeat: no-repeat;
  background-image: -webkit-image-set(
    url("../../images/ui/unreceived.png") 1x,
    url("../../images/ui/unreceived@2x.png") 2x
  );
}
.icon-received {
  background-image: url("../../images/ui/received.png");
  background-repeat: no-repeat;
  background-image: -webkit-image-set(
    url("../../images/ui/received.png") 1x,
    url("../../images/ui/received@2x.png") 2x
  );
}
.icon-contact {
  background-image: url("../../images/ui/contact.png");
  background-repeat: no-repeat;
  background-image: -webkit-image-set(
    url("../../images/ui/contact.png") 1x,
    url("../../images/ui/contact@2x.png") 2x
  );
}
.icon-location {
  background-image: url("../../images/ui/location.png");
  background-repeat: no-repeat;
  background-image: -webkit-image-set(
    url("../../images/ui/location.png") 1x,
    url("../../images/ui/location@2x.png") 2x
  );
}

.icon-brand {
  background-image: url(../images/infra/icon-brand.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position-x: center;
}
.icon-brand-1 {
  background-position: 7px 6px;
}
.icon-brand-2 {
  background-position-y: -323px;
}
.icon-brand-3 {
  background-position-y: -49px;
}
.icon-brand-4 {
  background-position-y: -104px;
}
.icon-brand-5 {
  background-position-y: -158px;
}
.icon-brand-6 {
  background-position-y: -214px;
}
:hover > .icon-brand-1,
.active > .icon-brand-1 {
  background-position-y: -380px;
}
:hover > .icon-brand-2,
.active > .icon-brand-2 {
  background-position-y: -709px;
}
:hover > .icon-brand-3,
.active > .icon-brand-3 {
  background-position-y: -435px;
}
:hover > .icon-brand-4,
.active > .icon-brand-4 {
  background-position-y: -490px;
}
:hover > .icon-brand-5,
.active > .icon-brand-5 {
  background-position-y: -544px;
}
:hover > .icon-brand-6,
.active > .icon-brand-6 {
  background-position-y: -600px;
}

@font-face {
    font-family: "fontello";
    src: url("../font/fontello.eot?49848214");
    src: url("../font/fontello.eot?49848214#iefix") format("embedded-opentype"), url("../font/fontello.woff?49848214") format("woff"), url("../font/fontello.ttf?49848214") format("truetype"), url("../font/fontello.svg?49848214#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
}

.demo-icon {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: 0.2em;
    /* You can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
